Blazor コントロール
InsertRange メソッド (C1DataCollectionList<T>)

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > C1DataCollectionList<T> クラス : InsertRange メソッド
The index where the items are inserted.
The inserted items.
Inserts a range of items in the collection.
シンタックス
'宣言
 
Public Sub InsertRange( _
   ByVal startingIndex As System.Integer, _
   ByVal items As System.Collections.Generic.IEnumerable(Of T) _
) 
public void InsertRange( 
   System.int startingIndex,
   System.Collections.Generic.IEnumerable<T> items
)

パラメータ

startingIndex
The index where the items are inserted.
items
The inserted items.
参照

C1DataCollectionList<T> クラス
C1DataCollectionList<T> メンバ